Method ExecuteAtomicAsync(Func<Task>)

Assembly: redb.Core.dll

Execute operations atomically (all-or-nothing).
Like EF SaveChanges() but explicit.

Task ExecuteAtomicAsync(Func<Task> operations)